/*Стлили для отображения текста документов*/
.DOMSTYLE {
        font-size: 12px;
}
.DOMSTYLE h1, .DOMSTYLE h2, .DOMSTYLE h3 {
	margin-top: 0px;
	color: #731e10;
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
}

.DOMSTYLE p {
}
.DOMSTYLE pre, font.alignedPre {
	font: monospace;
}
.DOMSTYLE font {
}
.DOMSTYLE pre, font.alignedPre {
	font: monospace;
}
.DOMSTYLE font.contextText {
	color: #cc0000;
}
.DOMSTYLE font.contextLink {
	color: #990000;
}

.DOMSTYLE table {
	border-collapse: collapse;
	border-color: #000000;
}
.DOMSTYLE td {
	border-color: #000000;
	padding: 2px;
}

.DOMSTYLE ul {
	color: #000000;
}
.DOMSTYLE li {
}

.DOMSTYLE a, .DOMSTYLE a:link, .DOMSTYLE a:visited, .DOMSTYLE a:hover {
	color: #b12007;
	text-decoration: underline;
}
.DOMSTYLE a:hover {
	color: #990000;
}

.DOMSTYLE.tab {
	padding: 5px;
	background: #f2f8ff;
}
.DOMSTYLE.tab a, .DOMSTYLE.tab a:link, .DOMSTYLE.tab a:visited {
	color: #b12007;
	text-decoration: none;
}
.DOMSTYLE.tab a:hover {
	color: #ff0000;
	text-decoration: none;
}

.DOMSTYLE img { border: 0; }